HomeSort by relevance Sort by last modified time
    Searched refs:zerof (Results 1 - 7 of 7) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Cell.java 14 static private final Float zerof = 0f, onef = 1f; field in class:Cell
487 fillX = x ? onef : zerof;
488 fillY = y ? onef : zerof;
494 fillX = fill ? onef : zerof;
495 fillY = fill ? onef : zerof;
1002 defaults.fillX = zerof;
1003 defaults.fillY = zerof;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
gsubr.go 730 zerof gc.Node
742 gc.Nodconst(&zerof, gc.Types[gc.TINT64], 0)
743 zerof.Convconst(&zerof, gc.Types[gc.TFLOAT64])
1156 gins(x86.AFMOVD, &zerof, &f0)
729 zerof gc.Node var
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
gsubr.go 727 zerof gc.Node
739 gc.Nodconst(&zerof, gc.Types[gc.TINT64], 0)
740 zerof.Convconst(&zerof, gc.Types[gc.TFLOAT64])
1153 gins(x86.AFMOVD, &zerof, &f0)
726 zerof gc.Node var
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
gsubr.go 730 zerof gc.Node
742 gc.Nodconst(&zerof, gc.Types[gc.TINT64], 0)
743 zerof.Convconst(&zerof, gc.Types[gc.TFLOAT64])
1156 gins(x86.AFMOVD, &zerof, &f0)
729 zerof gc.Node var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
gsubr.go 727 zerof gc.Node
739 gc.Nodconst(&zerof, gc.Types[gc.TINT64], 0)
740 zerof.Convconst(&zerof, gc.Types[gc.TFLOAT64])
1153 gins(x86.AFMOVD, &zerof, &f0)
726 zerof gc.Node var
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 614 static float zerof[] = {0,0,0,0}; local
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 887 static float zerof[] = {0,0,0,0}; local
    [all...]

Completed in 400 milliseconds