/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 735 long inv_inverse_sqrt(long x0, int*rempow) in inv_inverse_sqrt() argument 769 nr_iters = test_limits_and_scale(&x0, &pow2); in inv_inverse_sqrt() 779 x0_2 = x0 >>1; // This scaling incorporates factor of 2 in NR iteration below. in inv_inverse_sqrt() 812 long inv_fast_sqrt(long x0) in inv_fast_sqrt() argument 830 if (x0 <= 0L) { in inv_fast_sqrt() 838 nr_iters = test_limits_and_scale(&x0, &pow2); in inv_fast_sqrt() 846 cc = x0 - (1L<<30); in inv_fast_sqrt() 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 879 long inv_one_over_x(long x0, int*pow) in inv_one_over_x() argument 892 if (x0 == 0L) { in inv_one_over_x() [all …]
|
D | ml_math_func.h | 119 long inv_inverse_sqrt(long x0, int*rempow); 120 long inv_fast_sqrt(long x0); 121 long inv_one_over_x(long x0, int*pow); 122 int test_limits_and_scale(long *x0, int *pow);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 735 long inv_inverse_sqrt(long x0, int*rempow) in inv_inverse_sqrt() argument 769 nr_iters = test_limits_and_scale(&x0, &pow2); in inv_inverse_sqrt() 779 x0_2 = x0 >>1; // This scaling incorporates factor of 2 in NR iteration below. in inv_inverse_sqrt() 812 long inv_fast_sqrt(long x0) in inv_fast_sqrt() argument 830 if (x0 <= 0L) { in inv_fast_sqrt() 838 nr_iters = test_limits_and_scale(&x0, &pow2); in inv_fast_sqrt() 846 cc = x0 - (1L<<30); in inv_fast_sqrt() 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 879 long inv_one_over_x(long x0, int*pow) in inv_one_over_x() argument 892 if (x0 == 0L) { in inv_one_over_x() [all …]
|
D | ml_math_func.h | 119 long inv_inverse_sqrt(long x0, int*rempow); 120 long inv_fast_sqrt(long x0); 121 long inv_one_over_x(long x0, int*pow); 122 int test_limits_and_scale(long *x0, int *pow);
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | noise.inl | 602 tvec2<T, P> x0 = v - i + dot(i, tvec2<T, P>(C[0])); local 605 //i1.x = step( x0.y, x0.x ); // x0.x > x0.y ? 1.0 : 0.0 607 tvec2<T, P> i1 = (x0.x > x0.y) ? tvec2<T, P>(1, 0) : tvec2<T, P>(0, 1); 608 // x0 = x0 - 0.0 + 0.0 * C.xx ; 609 // x1 = x0 - i1 + 1.0 * C.xx ; 610 // x2 = x0 - 1.0 + 2.0 * C.xx ; 611 tvec4<T, P> x12 = tvec4<T, P>(x0.x, x0.y, x0.x, x0.y) + tvec4<T, P>(C.x, C.x, C.z, C.z); 621 dot(x0, x0), 641 g.x = a0.x * x0.x + h.x * x0.y; 656 tvec3<T, P> x0(v - i + dot(i, tvec3<T, P>(C.x))); local [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_draw_rects.c | 163 assert(rects[0].x0 < rects[0].x1 && rects[0].y0 < rects[0].y1); in setup_viewport_scissor() 167 assert(rects[r].x0 < rects[r].x1 && rects[r].y0 < rects[r].y1); in setup_viewport_scissor() 245 float x0 = rects[r].x0 * x_scale - 1.0f; in create_vertex_buffer() local 253 { x0, y1, z, w }, in create_vertex_buffer() 254 { x0, y0, z, w }, in create_vertex_buffer() 259 { x0, y0, z, w }, in create_vertex_buffer()
|
D | vk_meta_clear.c | 272 .x0 = clear_rects[0].rect.offset.x, in vk_meta_clear_attachments() 293 .x0 = clear_rects[r].rect.offset.x, in vk_meta_clear_attachments() 329 .x0 = clear_rects[r].rect.offset.x, in vk_meta_clear_attachments()
|
D | vk_meta_blit_resolve.c | 646 dst_rect->x0, in do_blit() 650 dst_rect->x1 - dst_rect->x0, in do_blit() 750 &dst_rect.x0, &dst_rect.x1, in vk_meta_blit_image() 834 .x0 = regions[r].dstOffset.x, in vk_meta_resolve_image()
|
D | vk_meta.h | 42 uint32_t x0, y0, x1, y1; member
|
/hardware/google/apf/apf2java/ |
D | apf2java.txt | 25 85: jeq r0, 0x0, 570 80 275: jeq r0, 0x0, 564 121 519: jeq r0, 0x0, 562
|
D | apf2java.out | 28 gen.addJumpIfR0Equals(0x0, "LABEL_INC_AND_DROP"); 95 gen.addJumpIfR0Equals(0x0, "LABEL_INC_AND_PASS"); 140 gen.addJumpIfR0Equals(0x0, "LABEL_UNSOLICITED_MULTICAST_NA");
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | README.md | 18 | `btAddress` | Values inside array ranges from `0x0` to `0xFF`| Value obtained from FuzzedDataProv…
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | simd_mat4.hpp | 61 float const & x0, float const & y0, float const & z0, float const & w0,
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 246 MP3_SUB_NONE = 0x0, 248 AMR_SUB_NONE = 0x0, 261 VORBIS_SUB_NONE = 0x0, 344 NONE = 0x0, 494 NONE = 0x0, 651 NONE = 0x0, // no attributes 685 NONE = 0x0, // no attributes
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 237 MP3_SUB_NONE = 0x0, 239 AMR_SUB_NONE = 0x0, 253 VORBIS_SUB_NONE = 0x0, 349 NONE = 0x0, 501 NONE = 0x0, 603 NONE = 0x0, // no attributes 639 NONE = 0x0, // no attributes
|
/hardware/interfaces/audio/effect/6.0/ |
D | IVisualizerEffect.hal | 68 NONE = 0x0,
|
/hardware/interfaces/audio/effect/4.0/ |
D | IVisualizerEffect.hal | 68 NONE = 0x0,
|
/hardware/interfaces/audio/effect/7.0/ |
D | IVisualizerEffect.hal | 68 NONE = 0x0,
|
/hardware/interfaces/audio/effect/2.0/ |
D | IVisualizerEffect.hal | 68 NONE = 0x0,
|
/hardware/interfaces/audio/effect/5.0/ |
D | IVisualizerEffect.hal | 68 NONE = 0x0,
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 258 MP3_SUB_NONE = 0x0, 260 AMR_SUB_NONE = 0x0, 274 VORBIS_SUB_NONE = 0x0, 379 NONE = 0x0, 563 NONE = 0x0, 691 NONE = 0x0, // no attributes 727 NONE = 0x0, // no attributes
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_mat2x3.hpp | 38 T x0, T y0, T z0,
|
D | type_mat3x4.hpp | 38 T x0, T y0, T z0, T w0,
|
D | type_mat2x4.hpp | 38 T x0, T y0, T z0, T w0,
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 305 MP3_SUB_NONE = 0x0, 307 AMR_SUB_NONE = 0x0, 321 VORBIS_SUB_NONE = 0x0, 426 NONE = 0x0, 612 NONE = 0x0, 740 NONE = 0x0, // no attributes 776 NONE = 0x0, // no attributes
|