Home
last modified time | relevance | path

Searched defs:val_lo (Results 1 – 6 of 6) sorted by relevance

/external/musl/src/math/
Dlog10.c39 double_t hfsq,f,s,z,R,w,t1,t2,dk,y,hi,lo,val_hi,val_lo; in log10() local
/external/ltp/testcases/kernel/kvm/
Dlib_x86.c138 uint32_t val_lo = value & 0xffffffff, val_hi = value >> 32; in kvm_wrmsr() local
/external/rust/crates/libm/src/math/
Dlog2.rs49 let mut val_lo: f64; in log2() localVariable
Dlog10.rs52 let mut val_lo: f64; in log10() localVariable
/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c64 volatile uint32_t *val_lo; member
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1090 Temp val_lo = bld.tmp(v1), val_hi = bld.tmp(v1); in emit_trunc_f64() local
8272 Temp val_lo = bld.tmp(s1), val_hi = bld.tmp(s1); in visit_intrinsic() local