Searched refs:threeway (Results 1 – 4 of 4) sorted by relevance
/external/starlark-go/starlark/ |
D | value.go | 378 return threeway(op, b2i(bool(x))-b2i(bool(y))), nil 445 return threeway(op, floatCmp(x, y)), nil 550 return threeway(op, strings.Compare(string(x), string(y))), nil 924 return threeway(op, len(x)-len(y)), nil 1293 return threeway(op, cmp), nil 1307 return threeway(op, cmp), nil 1327 func threeway(op syntax.Token, cmp int) bool { func 1430 return threeway(op, strings.Compare(string(x), string(y))), nil
|
D | int.go | 193 return threeway(op, x.bigInt().Cmp(y.bigInt())), nil 195 return threeway(op, signum64(xSmall-ySmall)), nil
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.td | 463 def FeatureMergeToThreeWayBranch : SubtargetFeature<"merge-to-threeway-branch",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 225 …{ "merge-to-threeway-branch", "Merge branches to a three-way conditional branch", X86::FeatureMerg…
|