Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dextendsfdf2.c15 ARM_EABI_FNALIAS(f2d, extendsfdf2) in ARM_EABI_FNALIAS() argument
/external/rust/crates/ryu/src/
Df2s.rs38 pub fn f2d(ieee_mantissa: u32, ieee_exponent: u32) -> FloatingDecimal32 { in f2d() function
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp82 function<int(int, int)> f2d(f2b); in test_function() local
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp82 function<int(int, int)> f2d(f2b); in test_function() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp7-1y.cpp75 decltype(auto) f2d(int n) { return n; } in f2d() function
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp7-1y.cpp75 decltype(auto) f2d(int n) { return n; } in f2d() function
/external/llvm-project/clang/test/CodeGen/
Darm-float-helpers.c179 double f2d(float a) { return (double)a; } in f2d() function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-redundant-void-arg.cpp155 void (*f2d)(void) = NULL; variable
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp570 f2d(operand a) in f2d() function