/external/clang/test/Sema/ |
D | overloadable-complex.c | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
|
D | overloadable.c | 12 void test_f(int iv, float fv, double dv) { in test_f()
|
/external/clang/test/SemaCXX/ |
D | complex-overload.cpp | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
|
D | overload-call.cpp | 9 void test_f(int iv, float fv) { in test_f() 20 void test_g(int iv, float fv) { in test_g() 33 void test_h(float fv, unsigned char cv) { in test_h()
|
D | cxx1y-init-captures.cpp | 5 template<class ... Ts> char fv(Ts ... ts) { return 0; } in fv() function
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 135 inline deUint8 floatToU8 (float fv) in floatToU8() 137 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 32 int fv = f(g); // okay variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | basic.cpp | 14 void test_f1(int *ip, float fv) { in test_f1()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
D | BrentOptimizer.java | 111 double fv = fx; in localMin() local
|
/external/clang/test/CodeGen/ |
D | overloadable.c | 21 float fv = 3.0f; in main() local
|
/external/clang/test/OpenMP/ |
D | atomic_capture_codegen.cpp | 20 float fv, fx; variable
|
D | atomic_update_codegen.cpp | 20 float fv, fx; variable
|
D | atomic_read_codegen.c | 20 float fv, fx; variable
|
D | atomic_write_codegen.c | 20 float fv, fx; variable
|
/external/vboot_reference/futility/ |
D | cmd_show.c | 38 uint8_t *fv; member
|
/external/v8/src/compiler/ |
D | representation-change.cc | 577 double const fv = OpParameter<double>(node); in GetWord32RepresentationFor() local
|
D | machine-operator-reducer.cc | 1373 float fv = static_cast<float>(v); in IsFloat64RepresentableAsFloat32() local
|
/external/libtextclassifier/common/ |
D | feature-extractor.h | 340 const FeatureVector *fv) const { in Compute()
|
/external/skia/src/views/ |
D | SkView.cpp | 172 bool SkView::setFocusView(SkView* fv) { in setFocusView()
|
/external/v8/src/asmjs/ |
D | asm-wasm-builder.cc | 108 ForeignVariable* fv = &foreign_variables_[pos]; in BuildForeignInitFunction() local 119 ForeignVariable* fv = &foreign_variables_[i]; in GetForeignArgs() local
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1256 Float4 fu, fv; in sampleFloat2D() local 1321 Float4 fu, fv, fw; in sampleFloat3D() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 220 const tcu::Vec4 fv = Vec4(f0, f1, 1.0f-f0, 1.0f-f1); in shadeFragments() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_surface.c | 1397 const float fv = u_minify(src->height0 << nv50_miptree(src)->ms_y, l); in nv50_blit_3d() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 1252 const float fv = u_minify(src->height0 << nv50_miptree(src)->ms_y, l); in nvc0_blit_3d() local
|
/external/python/cpython2/Modules/ |
D | _tkinter.c | 393 int *fv = NULL; in Merge() local
|