Searched defs:fdiv (Results 1 - 6 of 6) sorted by relevance
| /third_party/ltp/tools/sparse/sparse-src/validation/ | ||
| H A D | fp-ops.c | 4 double fdiv(double x, double y) { return x / y; } in fdiv() function |
| /third_party/ltp/tools/sparse/sparse-src/validation/backend/ | ||
| H A D | arithmetic-ops.c | 71 static float fdiv(float x, float y) in fdiv() function |
| /third_party/node/deps/v8/src/codegen/ppc/ | ||
| H A D | assembler-ppc.cc | 1754 void Assembler::fdiv(const DoubleRegister frt, const DoubleRegister fra, in fdiv() function in v8::internal::Assembler |
| /third_party/node/deps/v8/src/codegen/ia32/ | ||
| H A D | assembler-ia32.cc | 2014 void Assembler::fdiv(int i) { in fdiv() function in v8::internal::Assembler |
| /third_party/node/deps/v8/src/codegen/x64/ | ||
| H A D | assembler-x64.cc | 2573 void Assembler::fdiv(int i) { in fdiv() function in v8::internal::Assembler |
| /third_party/vixl/src/aarch64/ | ||
| H A D | assembler-sve-aarch64.cc | 623 void Assembler::fdiv(const ZRegister& zd, in fdiv() function in vixl::aarch64::Assembler |
Completed in 39 milliseconds