Home
last modified time | relevance | path

Searched refs:M_1_PI (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/jerry-libm/include/
Dmath.h46 #define M_1_PI 0.3183098861837906715377675267450287 macro
/third_party/musl/ndk_musl_include/
Dmath.h378 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/third_party/musl/libc-test/src/api/
Dmath.c32 D(M_1_PI) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h378 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/third_party/musl/include/
Dmath.h378 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h378 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h378 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/third_party/libinput/src/
Dlibinput-private.h862 r *= 4*M_1_PI; in xy_get_direction()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1377 nir_ssa_def *turns = nir_fmul_imm(b, x, M_1_PI * 0.5f); in agx_lower_sincos_impl()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5351 alu.src[1].value = u_bitcast_f2u(0.5f * M_1_PI); in tgsi_setup_trig()