Searched defs:maxs (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dtest_min_max.pass.cpp28 std::string maxs = maxiss.str(); local
30 istringstream maxoss(maxs), minoss(mins);
44 maxs[maxs.size() - 1]++;
46 istringstream maxoss2(maxs), minoss2(mins);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c632 struct nvfx_src maxs = nvfx_src(nvfx_fp_imm(fpc, 0, FLT_MIN, 0, 0)); local
635 nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, maxs, none, none));
636 maxs = tmp;
638 nvfx_fp_emit(fpc, arith(0, MAX, tmp.reg, NVFX_FP_MASK_Y | NVFX_FP_MASK_W, swz(src[0], X, X, X, Y), swz(maxs, X, X, Y, Y), none));
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c632 struct nvfx_src maxs = nvfx_src(nvfx_fp_imm(fpc, 0, FLT_MIN, 0, 0)); local
635 nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, maxs, none, none));
636 maxs = tmp;
638 nvfx_fp_emit(fpc, arith(0, MAX, tmp.reg, NVFX_FP_MASK_Y | NVFX_FP_MASK_W, swz(src[0], X, X, X, Y), swz(maxs, X, X, Y, Y), none));
/external/deqp/framework/common/
H A DtcuTexture.cpp400 int maxs = deFloorFloatToInt32(maxc / e + 0.5f); local
402 deUint32 exps = maxs == (1<<mBits) ? expp+1 : expp;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2432 milliseconds