Searched defs:neq (Results 1 – 9 of 9) sorted by relevance
| /external/libcxx/test/std/utilities/function.objects/comparisons/ |
| D | constexpr_init.pass.cpp | 29 std::not_equal_to<T> neq; in test_constexpr_context() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/comparisons/ |
| D | constexpr_init.pass.cpp | 26 std::not_equal_to<T> neq; in test_constexpr_context() local
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | gen_bitmap64.c | 369 errcode_t neq, in ext2fs_fudge_generic_bmap_end() 605 errcode_t ext2fs_compare_generic_bmap(errcode_t neq, in ext2fs_compare_generic_bmap()
|
| D | gen_bitmap.c | 310 errcode_t magic, errcode_t neq, in ext2fs_fudge_generic_bitmap_end() 369 errcode_t ext2fs_compare_generic_bitmap(errcode_t magic, errcode_t neq, in ext2fs_compare_generic_bitmap()
|
| /external/skia/src/core/ |
| D | SkVM.h | 825 I32 neq(F32 x, float y) { return neq(x, splat(y)); } in abs() function 826 I32 neq(float x, F32 y) { return neq(splat(x), y); } in abs() function 866 I32 neq(I32 x, int y) { return neq(x, splat(y)); } in abs() function 867 I32 neq(int x, I32 y) { return neq(splat(x), y); } in abs() function
|
| D | SkVM.cpp | 1028 I32 Builder::neq(F32 x, F32 y) { in neq() function in skvm::Builder 1056 I32 Builder::neq(I32 x, I32 y) { in neq() function in skvm::Builder
|
| /external/cronet/third_party/libxml/src/ |
| D | xpath.c | 6715 xmlXPathEqualNodeSetString(xmlXPathObjectPtr arg, const xmlChar * str, int neq) in xmlXPathEqualNodeSetString() 6775 xmlXPathObjectPtr arg, double f, int neq) { in xmlXPathEqualNodeSetFloat() 6836 xmlXPathEqualNodeSets(xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2, int neq) { in xmlXPathEqualNodeSets()
|
| /external/libxml2/ |
| D | xpath.c | 6742 xmlXPathEqualNodeSetString(xmlXPathObjectPtr arg, const xmlChar * str, int neq) in xmlXPathEqualNodeSetString() 6802 xmlXPathObjectPtr arg, double f, int neq) { in xmlXPathEqualNodeSetFloat() 6863 xmlXPathEqualNodeSets(xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2, int neq) { in xmlXPathEqualNodeSets()
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | arithmetic_optimizer_test.cc | 3843 Output neq = ops::NotEqual(s.WithOpName("neq"), a, b); in TEST_F() local
|