HomeSort by relevance Sort by last modified time
    Searched defs:FL (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
i960.h 90 * FL: global, local, or floating-point register; or literal (including
113 #define FL OP( 0, LIT, FP, 0 )
355 { R_3(0x677), "scaler", I_FP, REG, 3, { RL, FL, F } },
356 { R_3(0x680), "atanr", I_FP, REG, 3, { FL, FL, F } },
357 { R_3(0x681), "logepr", I_FP, REG, 3, { FL, FL, F } },
358 { R_3(0x682), "logr", I_FP, REG, 3, { FL, FL, F } },
359 { R_3(0x683), "remr", I_FP, REG, 3, { FL, FL, F } }
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscam02.c 53 cmsFloat64Number n, Nbb, Ncb, z, FL, D;
81 cmsFloat64Number k, FL;
84 FL = 0.2 * pow(k, 4.0) * (5.0 * pMod->LA) + 0.1 *
88 return FL;
158 temp = pow((-1.0 * pMod->FL * clr.RGBp[i] / 100.0), 0.42);
162 temp = pow((pMod->FL * clr.RGBp[i] / 100.0), 0.42);
227 (pMod->adoptedWhite.A + 4.0) * pow(pMod->FL, 0.25);
236 clr.M = clr.C * pow(pMod->FL, 0.25);
305 clr.RGBp[i] = c1 * (100.0 / pMod->FL) *
411 lpMod -> FL = computeFL(lpMod)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 176 printf("[-FL num] :Set (initial) frame length in msec. Valid length"
260 if (!strcmp ("-FL", argv[i])) {
745 size_t FL;
748 reinterpret_cast<const uint8_t*>(streamdata), stream_len, &FL);
756 if (err < 0 || declen < 0 || FL != static_cast<size_t>(declen)) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 71 short FL, testNum;
135 printf("[-FL num] : Set (initial) frame length in msec. Valid\n");
240 if (!strcmp("-FL", argv[i])) {
787 ISAC_main_inst, reinterpret_cast<const uint8_t*>(streamdata), &FL);
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 89 static final short FL = vr("FL");
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 255 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
257 return ConstantFP::get(Ty->getContext(), FL);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 136 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
138 return ConstantFP::get(Ty->getContext(), FL);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 837 milliseconds