/external/valgrind/perf/ |
D | ffbench.c | 241 Float *fdata /* , *fd */ ; in main() local 251 fdata = (Float *) malloc(fasize); in main() 252 if (fdata == NULL) { in main() 259 #define Re(x,y) fdata[1 + (faedge * (x) + (y)) * 2] in main() 260 #define Im(x,y) fdata[2 + (faedge * (x) + (y)) * 2] in main() 262 memset(fdata, 0, fasize); in main() 273 fourn(fdata, nsize, 2, 1); in main() 276 fourn(fdata, nsize, 2, -1); in main() 287 r = fdata[i]; in main() 288 ij = fdata[i + 1]; in main()
|
/external/clang/test/CodeGenCXX/ |
D | 2007-04-10-PackedUnion.cpp | 34 AData fdata; member in L 40 fdata = other.fdata; in L()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 71 static void getFaceData(btk_HDCR hdcr, FaceData* fdata) in getFaceData() argument 78 fdata->eyedist = (float)(rightEye.x - leftEye.x) / (1 << 16); in getFaceData() 79 fdata->midpointx = (float)(rightEye.x + leftEye.x) / (1 << 17); in getFaceData() 80 fdata->midpointy = (float)(rightEye.y + leftEye.y) / (1 << 17); in getFaceData() 81 fdata->confidence = (float)btk_DCR_confidence(hdcr) / (1 << 24); in getFaceData()
|
/external/llvm/tools/llvm-config/ |
D | BuildVariables.inc.in | 22 …ng-long -Wcovered-switch-default -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_… 24 …lt -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_…
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 945 float *fdata =(float *)cmdbuf->buf; in radeon_emit_veclinear() local 956 fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start, fdata[i]); in radeon_emit_veclinear() 957 fprintf(stderr, "R200_VS_PARAM %d 1 %f\n", (i >> 2) + start, fdata[i+1]); in radeon_emit_veclinear() 958 fprintf(stderr, "R200_VS_PARAM %d 2 %f\n", (i >> 2) + start, fdata[i+2]); in radeon_emit_veclinear() 959 fprintf(stderr, "R200_VS_PARAM %d 3 %f\n", (i >> 2) + start, fdata[i+3]); in radeon_emit_veclinear() 964 fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i]); in radeon_emit_veclinear() 965 fprintf(stderr, "R200_VS_PARAM %d 1 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+1]); in radeon_emit_veclinear() 966 fprintf(stderr, "R200_VS_PARAM %d 2 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+2]); in radeon_emit_veclinear() 967 fprintf(stderr, "R200_VS_PARAM %d 3 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+3]); in radeon_emit_veclinear()
|
/external/pdfium/build/ |
D | standalone.gypi | 62 '-fdata-sections', 116 '-fdata-sections', 128 '-fdata-sections',
|
/external/toybox/ |
D | configure | 13 [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-ta…
|
D | Android.mk | 206 -ffunction-sections -fdata-sections \
|
/external/sfntly/ |
D | Android.mk | 103 -fdata-sections \ 181 -fdata-sections \
|
/external/v8/build/ |
D | toolchain.gypi | 898 '-fdata-sections', 942 '-fdata-sections', 1001 '-fdata-sections', 1088 '-fdata-sections', 1115 '-fdata-sections',
|
/external/icu/icu4c/source/config/ |
D | mh-beos | 21 # -funroll-all-loops -ffunction-sections -fdata-sections
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 1521 const u8 *fdata = NULL; /* points to found item */ in radius_msg_get_tunnel_password() local 1542 fdata = data; in radius_msg_get_tunnel_password() 1546 if (fdata == NULL) in radius_msg_get_tunnel_password() 1553 os_memcpy(buf, fdata, fdlen); in radius_msg_get_tunnel_password()
|
/external/mksh/ |
D | Makefrag.inc | 12 CFLAGS= -fno-exceptions -Wno-multichar -fpic -fPIE -ffunction-sections -fdata-sections -funwind-t…
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 958 float* fdata = mat->data.fl; in cvRange() local 959 for( i = 0; i < rows; i++, fdata += step ) in cvRange() 961 fdata[j] = (float)val; in cvRange()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 312 const float* fdata = 0; in CV_IMPLEMENT_QSORT_EX() local 323 fdata = _train_data->data.fl + vi0*dv_step; in CV_IMPLEMENT_QSORT_EX() 335 fdata = _responses->data.fl; in CV_IMPLEMENT_QSORT_EX() 354 float t = fdata[si*step]; in CV_IMPLEMENT_QSORT_EX() 435 val = fdata[si*step]; in CV_IMPLEMENT_QSORT_EX() 463 val = fdata[si*step]; in CV_IMPLEMENT_QSORT_EX()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 42 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 117 VGfloat **fdata = (VGfloat **)data; in data_at() local 119 *itr = (*fdata)[i]; in data_at() 122 *fdata += count; in data_at()
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 504 add_flag_if_supported("-fdata-sections" FDATA_SECTIONS)
|
/external/google-breakpad/src/build/ |
D | common.gypi | 672 '-fdata-sections',
|
/external/v8/ |
D | SConstruct | 98 'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections',
|
/external/llvm/ |
D | Makefile.rules | 633 CXX.Flags += -ffunction-sections -fdata-sections
|
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 2603 IRExpr* fdata = fold_Expr(env, subst_Expr(env, sg->data)); in subst_and_fold_Stmt() local 2612 return IRStmt_Store(sg->end, faddr, fdata); in subst_and_fold_Stmt() 2615 return IRStmt_StoreG(sg->end, faddr, fdata, fguard); in subst_and_fold_Stmt()
|
/external/icu/icu4c/source/ |
D | configure.ac | 295 CPPFLAGS="${CPPFLAGS} -ffunction-sections -fdata-sections"
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1023 def fdata_sections : Flag <["-"], "fdata-sections">, Group<f_Group>,
|
/external/valgrind/ |
D | NEWS | 447 -ffunction-sections -fdata-sections -Wl,--gc-sections
|