Home
last modified time | relevance | path

Searched defs:slt (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-smaller.c1 char slt(short x) in slt() function
Dcanonical-cmp.c7 sint slt(sint p, sint a) { return (123 > p) == (p < 123); } in slt() function
Dbinops-same-args.c13 int slt(int a) { return a < a; } in slt() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c5 int slt(int a) { return a < a; } in slt() function
/third_party/libwebsockets/lib/core-net/
Doutput.c254 socklen_t slt = sizeof(wsi->udp->sa46); in lws_ssl_capable_read_no_ssl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1224 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt() function
1232 bool slt(int64_t RHS) const { in slt() function
/third_party/libwebsockets/lib/misc/fts/
Dtrie-fd.c393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1041 bool slt(int64_t RHS) const { in slt() function
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c962 struct ureg slt = get_temp(p); in calculate_light_attenuation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp518 bool APInt::slt(const APInt& RHS) const { in slt() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp996 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, in slt() function in Ice::MIPS32::AssemblerMIPS32
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1103 void ShaderCore::slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in slt() function in sw::ShaderCore