Searched defs:val_hi (Results 1 – 6 of 6) sorted by relevance
/external/musl/src/math/ |
D | log10.c | 39 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/ |
D | lib_x86.c | 138 uint32_t val_lo = value & 0xffffffff, val_hi = value >> 32; in kvm_wrmsr() local
|
/external/rust/crates/libm/src/math/ |
D | log2.rs | 48 let mut val_hi: f64; in log2() localVariable
|
D | log10.rs | 51 let mut val_hi: f64; in log10() localVariable
|
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 63 volatile uint32_t *val_hi; member
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 1090 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
|