Searched defs:fabs (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dray.c53 #define fabs(x) ((x)<0.0f?-(x):(x)) macro
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp270 Temp fabs(Temp src) function in typeref:typename:Temp
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c745 nir_ssa_def *fabs = nir_fabs(&b, alu->src[1].src.ssa); local in function:scale_fdiv

Completed in 6 milliseconds