Searched defs:neq (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/semver/functions/ |
D | neq.js | 2 const neq = (a, b, loose) => compare(a, b, loose) !== 0 function
|
D | cmp.js | 2 const neq = require('./neq') constant
|
/third_party/node/deps/npm/node_modules/semver/ |
D | index.js | 24 const neq = require('./functions/neq') constant 62 neq, property
|
/third_party/skia/src/core/ |
D | SkVM.h | 813 I32 neq(F32 x, float y) { return neq(x, splat(y)); } in abs() function 814 I32 neq(float x, F32 y) { return neq(splat(x), y); } in abs() function 854 I32 neq(I32 x, int y) { return neq(x, splat(y)); } in abs() function 855 I32 neq(int x, I32 y) { return neq(splat(x), y); } in abs() function
|
D | SkVM.cpp | 1026 I32 Builder::neq(F32 x, F32 y) { in neq() function in skvm::Builder 1052 I32 Builder::neq(I32 x, I32 y) { in neq() function in skvm::Builder
|