Home
last modified time | relevance | path

Searched refs:Thres (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp110 int Thres = Params.DefaultThreshold; in getInlineThreshold() local
118 if (InlineHint && Params.HintThreshold && Params.HintThreshold > Thres in getInlineThreshold()
120 Thres = Params.HintThreshold.getValue() * in getInlineThreshold()
125 return (unsigned)Thres; in getInlineThreshold()
152 Thres += ArgAllocaCost; in getInlineThreshold()
154 return (unsigned)Thres; in getInlineThreshold()
/third_party/optimized-routines/math/
Dv_exp.c39 #define Thres v_f64 (704.0) macro
64 cmp = v_cond_u64 (v_abs_f64 (x) > Thres); in V_NAME()