Searched refs:M_LOG2E (Results 1 - 9 of 9) sorted by relevance
/third_party/jerryscript/jerry-libm/include/ |
H A D | math.h | 37 #define M_LOG2E 1.4426950408889634073599246810018921 macro
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.h | 93 return nir_fexp2(b, nir_fmul_imm(b, x, M_LOG2E)); in nir_fexp() 99 return nir_fmul_imm(b, nir_flog2(b, x), 1.0 / M_LOG2E); in nir_flog()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
|
/third_party/musl/include/ |
H A D | math.h | 371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 25 D(M_LOG2E) in f()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 1997 case ir_unop_exp: result = nir_fexp2(&b, nir_fmul_imm(&b, srcs[0], M_LOG2E)); break; in visit() 1998 case ir_unop_log: result = nir_fmul_imm(&b, nir_flog2(&b, srcs[0]), 1.0 / M_LOG2E); break; in visit()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_statevars.c | 601 value[2] = (GLfloat)(ctx->Fog.Density * M_LOG2E); /* M_LOG2E == 1/ln(2) */ in fetch_state()
|
Completed in 8 milliseconds