Searched defs:fabs (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ | ||
| H A D | ray.c | 53 #define fabs(x) ((x)<0.0f?-(x):(x)) macro |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ | ||
| H A D | helpers.cpp | 270 Temp fabs(Temp src) function in typeref:typename:Temp |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ | ||
| H A D | clc_compiler.c | 745 nir_ssa_def *fabs = nir_fabs(&b, alu->src[1].src.ssa); local in function:scale_fdiv |
Completed in 6 milliseconds