HomeSort by relevance Sort by last modified time
    Searched full:isfloat (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /external/vulkan-validation-layers/libs/glm/detail/
func_exponential.inl 37 template <bool isFloat>
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 226 bool isFloat = false;
235 isFloat = true;
273 return isFloat ? ", 1.0" : ", 1";
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 182 HexagonMCInstrInfo::isFloat(MCII, MCI)));
194 HexagonMCInstrInfo::isFloat(MCII, MCI)));
560 if (Use.IsNVJ && (Def.IsFloat || Def.PredReg != 0))
HexagonMCInstrInfo.h 210 bool isFloat(MCInstrInfo const &MCII, MCInst const &MCI);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 458 Isfloat[TFLOAT32] = true
459 Isfloat[TFLOAT64] = true
491 if Isfloat[i] {
cgen.go 337 if Thearch.Cgen_float != nil && nl != nil && Isfloat[n.Type.Etype] && Isfloat[nl.Type.Etype] {
396 if Isfloat[nl.Type.Etype] {
478 if n.Type.Width > int64(Widthptr) || Is64(nl.Type) || Isfloat[nl.Type.Etype] {
485 if n.Type.Width > int64(Widthptr) || Is64(n.Type) || Isfloat[n.Type.Etype] {
661 if Isfloat[n.Type.Etype] || Thearch.Dodiv == nil {
910 if n.Type.Width <= int64(Widthptr) || Isfloat[n.Type.Etype] {
    [all...]
cplx.go 235 if !Isfloat[t.Etype] {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 455 Isfloat[TFLOAT32] = true
456 Isfloat[TFLOAT64] = true
488 if Isfloat[i] {
cgen.go 334 if Thearch.Cgen_float != nil && nl != nil && Isfloat[n.Type.Etype] && Isfloat[nl.Type.Etype] {
393 if Isfloat[nl.Type.Etype] {
475 if n.Type.Width > int64(Widthptr) || Is64(nl.Type) || Isfloat[nl.Type.Etype] {
482 if n.Type.Width > int64(Widthptr) || Is64(n.Type) || Isfloat[n.Type.Etype] {
658 if Isfloat[n.Type.Etype] || Thearch.Dodiv == nil {
907 if n.Type.Width <= int64(Widthptr) || Isfloat[n.Type.Etype] {
    [all...]
cplx.go 232 if !Isfloat[t.Etype] {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 458 Isfloat[TFLOAT32] = true
459 Isfloat[TFLOAT64] = true
491 if Isfloat[i] {
cgen.go 337 if Thearch.Cgen_float != nil && nl != nil && Isfloat[n.Type.Etype] && Isfloat[nl.Type.Etype] {
396 if Isfloat[nl.Type.Etype] {
478 if n.Type.Width > int64(Widthptr) || Is64(nl.Type) || Isfloat[nl.Type.Etype] {
485 if n.Type.Width > int64(Widthptr) || Is64(n.Type) || Isfloat[n.Type.Etype] {
661 if Isfloat[n.Type.Etype] || Thearch.Dodiv == nil {
910 if n.Type.Width <= int64(Widthptr) || Isfloat[n.Type.Etype] {
    [all...]
cplx.go 235 if !Isfloat[t.Etype] {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 455 Isfloat[TFLOAT32] = true
456 Isfloat[TFLOAT64] = true
488 if Isfloat[i] {
cgen.go 334 if Thearch.Cgen_float != nil && nl != nil && Isfloat[n.Type.Etype] && Isfloat[nl.Type.Etype] {
393 if Isfloat[nl.Type.Etype] {
475 if n.Type.Width > int64(Widthptr) || Is64(nl.Type) || Isfloat[nl.Type.Etype] {
482 if n.Type.Width > int64(Widthptr) || Is64(n.Type) || Isfloat[n.Type.Etype] {
658 if Isfloat[n.Type.Etype] || Thearch.Dodiv == nil {
907 if n.Type.Width <= int64(Widthptr) || Isfloat[n.Type.Etype] {
    [all...]
cplx.go 232 if !Isfloat[t.Etype] {
  /external/clang/include/clang/Lex/
LiteralSupport.h 64 bool isFloat : 1; // 1.0f
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 685 bool isFloat, bool isIntZero,
722 } else if (isFloat && Suff::has("f", text)) {
724 } else if (isFloat && Suff::has("F", text)) {
745 else if (!isFloat && !isIntZero && text.startswith("0"))
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationClass.java 188 public boolean isFloat() {
  /external/deqp/executor/
xeTestResultParser.cpp 275 const bool isFloat = value.find('.') != std::string::npos || value.find('e') != std::string::npos;
277 if (isFloat)
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F;
601 else if(isfloat)
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.cpp 584 bool isfloat = depth == CV_32F || depth == CV_64F; local
593 else if(isfloat)
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 97 if (sequence.IsFloat(virtual_register)) {
102 EXPECT_FALSE(sequence.IsFloat(virtual_register));
  /external/clang/lib/Lex/
LiteralSupport.cpp 525 isFloat = false;
585 if (isFloat || isLong) break; // FF, LF invalid.
586 isFloat = true;
597 if (isFloat) break; // LF invalid.
673 isFloat = false;
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
gsubr.go 780 if gc.Isfloat[ft] || gc.Isfloat[tt] {
1063 if gc.Isfloat[ft] && gc.Isfloat[tt] && gc.Ismem(f) && gc.Ismem(t) {
1077 if gc.Isfloat[tt] {
    [all...]

Completed in 885 milliseconds

1 23 4 5 6 7 8 9