Home
last modified time | relevance | path

Searched refs:LG2 (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs53 const LG2: f32 = 6.9314718246e-01; /* 0x3f317218 */ in powf() consts
354 v = (p_l - (t - p_h)) * LG2 + t * LG2_L; in powf()
608 const LG2: f64 = 6.93147180559945286227e-01; /* 0x3fe62e42_fefa39ef */ in powd() consts
928 let v: f64 = (p_l - (t - p_h)) * LG2 + t * LG2_L; in powd()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h69 OP11(LG2)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c619 nvfx_fp_emit(fpc, arith(sat, LG2, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
637 nvfx_fp_emit(fpc, arith(0, LG2, tmp.reg, NVFX_FP_MASK_W, swz(tmp, W, W, W, W), none, none)); in nvfx_fragprog_parse_instruction()
673 nvfx_fp_emit(fpc, arith(0, LG2, tmp.reg, NVFX_FP_MASK_X, swz(src[0], X, X, X, X), none, none)); in nvfx_fragprog_parse_instruction()
686 insn = arith(0, LG2, tmp.reg, NVFX_FP_MASK_X, abs(swz(src[0], X, X, X, X)), none, none); in nvfx_fragprog_parse_instruction()
H A Dnvfx_vertprog.c608 nvfx_vp_emit(vpc, arith(sat, SCA, LG2, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
640 nvfx_vp_emit(vpc, arith(0, SCA, LG2, tmp.reg, NVFX_VP_MASK_X, none, none, swz(src[0], X, X, X, X))); in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c3101 _OPI(LOG, LG2, V(0,0), V(3,0), V(0,0), V(3,0), 1, 1, SPECIAL(LOG)), /* 15 */
3166 _OPI(LOGP, LG2, V(0,0), V(3,0), V(0,0), V(0,0), 1, 1, SPECIAL(LOG)),
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp753 NV50_IR_OPCODE_CASE(LG2, LG2); in translateOpcode()

Completed in 15 milliseconds