Home
last modified time | relevance | path

Searched defs:neq (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/comparisons/
Dconstexpr_init.pass.cpp29 std::not_equal_to<T> neq; in test_constexpr_context() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/comparisons/
Dconstexpr_init.pass.cpp26 std::not_equal_to<T> neq; in test_constexpr_context() local
/external/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c369 errcode_t neq, in ext2fs_fudge_generic_bmap_end()
605 errcode_t ext2fs_compare_generic_bmap(errcode_t neq, in ext2fs_compare_generic_bmap()
Dgen_bitmap.c310 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/
DSkVM.h825 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
DSkVM.cpp1028 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/
Dxpath.c6715 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/
Dxpath.c6742 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/
Darithmetic_optimizer_test.cc3843 Output neq = ops::NotEqual(s.WithOpName("neq"), a, b); in TEST_F() local