Home
last modified time | relevance | path

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

/external/rust/crates/minimal-lexical/src/
Dlibm.rs242 let mut t_l: f32; in powf() localVariable
849 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in powd() localVariable
858 let t_l: f64 = r - ((t_h - 3.0) - s2); in powd() localVariable
/external/rust/crates/libm/src/math/
Dpow.rs312 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in pow() localVariable
321 let t_l: f64 = r - ((t_h - 3.0) - s2); in pow() localVariable
Dpowf.rs214 let mut t_l: f32; in powf() localVariable
/external/fdlibm/
De_pow.c209 double ss,s2,s_h,s_l,t_h,t_l; local
/external/skia/src/shaders/gradients/
DSkGradientShaderBase.cpp281 static void init_stop_pos(SkRasterPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, in init_stop_pos()
361 float t_l = positions[firstStop]; in AppendGradientFillStages() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c402 float t_l, t_w; in aaline_line() local