Home
last modified time | relevance | path

Searched refs:M_LOG2E (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-libm/include/
H A Dmath.h37 #define M_LOG2E 1.4426950408889634073599246810018921 macro
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.h93 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 Dmath.h371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
/third_party/musl/include/
H A Dmath.h371 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
/third_party/musl/libc-test/src/api/
H A Dmath.c25 D(M_LOG2E) in f()
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp1997 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 Dprog_statevars.c601 value[2] = (GLfloat)(ctx->Fog.Density * M_LOG2E); /* M_LOG2E == 1/ln(2) */ in fetch_state()

Completed in 9 milliseconds