/third_party/musl/src/math/ |
D | tanf.c | 21 t1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 22 t2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 23 t3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 24 t4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
D | cosf.c | 21 c1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 22 c2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 23 c3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 24 c4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
D | sinf.c | 21 s1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 22 s2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 23 s3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 24 s4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
D | sincosf.c | 22 s1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 23 s2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 24 s3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 25 s4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | tanf.c | 21 t1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 22 t2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 23 t3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 24 t4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
D | cosf.c | 21 c1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 22 c2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 23 c3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 24 c4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
D | sinf.c | 21 s1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 22 s2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 23 s3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 24 s4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
D | sincosf.c | 22 s1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ 23 s2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ 24 s3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ 25 s4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
|
/third_party/ffmpeg/libavfilter/ |
D | af_acontrast.c | 85 float d = src[c] * M_PI_2; in filter_flt() 105 double d = src[c] * M_PI_2; in filter_dbl() 126 float d = src[n] * M_PI_2; in filter_fltp() 144 double d = src[n] * M_PI_2; in filter_dblp()
|
D | vf_v360.c | 1132 } else if (phi >= -(M_PI_2 + M_PI_4) && phi < -M_PI_4) { in xyz_to_cube() 1134 phi_norm = phi + M_PI_2; in xyz_to_cube() 1135 } else if (phi >= M_PI_4 && phi < M_PI_2 + M_PI_4) { in xyz_to_cube() 1137 phi_norm = phi - M_PI_2; in xyz_to_cube() 1746 const float theta = ((2.f * j + 0.5f) / height - 1.f) * M_PI_2; in equirect_to_xyz() 1774 const float phi = ((2.f * i + 0.5f) / width - 1.f) * M_PI_2; in hequirect_to_xyz() 1775 const float theta = ((2.f * j + 0.5f) / height - 1.f) * M_PI_2; in hequirect_to_xyz() 2126 const float vf = (theta / M_PI_2 + 1.f) * height / 2.f; in xyz_to_equirect() 2163 const float uf = (phi / M_PI_2 + 1.f) * width / 2.f; in xyz_to_hequirect() 2164 const float vf = (theta / M_PI_2 + 1.f) * height / 2.f; in xyz_to_hequirect() [all …]
|
D | af_asoftclip.c | 188 if (FFABS(sample) >= M_PI_2) in filter_flt() 280 if (FFABS(sample) >= M_PI_2) in filter_dbl()
|
D | af_vibrato.c | 177 …AVE_SIN, AV_SAMPLE_FMT_DBL, s->wave_table, s->wave_table_size, 0.0, s->buf_size - 1, 3.0 * M_PI_2); in config_input()
|
D | af_flanger.c | 134 s->max_samples - 2., 3 * M_PI_2); in config_input()
|
/third_party/gstreamer/gstreamer/gst/ |
D | math-compat.h | 59 #ifndef M_PI_2 60 #define M_PI_2 G_PI_2 macro
|
/third_party/ffmpeg/libavutil/ |
D | mathematics.h | 54 #ifndef M_PI_2 55 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
|
/third_party/musl/src/complex/ |
D | cacos.c | 10 return CMPLX(M_PI_2 - creal(z), -cimag(z)); in cacos()
|
D | cacosf.c | 8 return CMPLXF((float)M_PI_2 - crealf(z), -cimagf(z)); in cacosf()
|
/third_party/jerryscript/jerry-libm/include/ |
D | math.h | 44 #define M_PI_2 1.5707963267948966192313216916397514 macro
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 222 nir_ffma_imm12(b, tmp, -2.0f, M_PI_2), in nir_atan() 297 nir_ffma_imm1(b, nir_b2f(b, flip, bit_size), M_PI_2, nir_atan(b, tan)); in nir_atan2()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 376 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 30 D(M_PI_2) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 376 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 376 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
|
/third_party/musl/include/ |
D | math.h | 376 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 376 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
|