HomeSort by relevance Sort by last modified time
    Searched refs:Inf (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /art/test/121-modifiers/src-java/
Inf.java 17 public interface Inf {
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 40 float Inf;
62 // Build a '+Inf'.
68 float Inf;
69 memcpy(&Inf, InfVal, 4);
80 double DblInf = (double)Inf; // ok
113 static int test_int = Inf;
  /external/flatbuffers/include/flatbuffers/
code_generators.h 140 virtual std::string Inf(double v) const = 0;
144 virtual std::string Inf(float v) const = 0;
160 std::string Inf(double v) const FLATBUFFERS_OVERRIDE;
164 std::string Inf(float v) const FLATBUFFERS_OVERRIDE;
183 std::string Inf(double v) const FLATBUFFERS_OVERRIDE;
188 std::string Inf(float v) const FLATBUFFERS_OVERRIDE;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
AprioriSection.py 82 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), Arch, GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
83 Guid = Inf.Guid
86 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), 'COMMON', GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
87 Guid = Inf.Guid
89 self.BinFileList = Inf.Module.Binaries
92 "INF %s not found in build ARCH %s!" \
FfsInfStatement.py 2 # process FFS generation from INF statement
48 ## generate FFS from INF
87 # Check if current INF module has DEPEX
146 # Parse inf file to get module information
153 GenFdsGlobalVariable.VerboseLogger( " Begine parsing INf file : %s" %self.InfFileName)
174 ErrorCode, ErrorInfo = PathClassObj.Validate(".inf")
179 # Cache lower case version of INF path before processing FILE_GUID override
186 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClassObj, self.CurrentArch, GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
190 self.BaseName = Inf.BaseName
191 self.ModuleGuid = Inf.Guid
    [all...]
GenFdsGlobalVariable.py 122 # @param Inf: object of InfBuildData
126 def GetBuildRules(Inf, Arch):
137 PathClassObj = PathClass(Inf.MetaFile.File,
141 Macro["MODULE_NAME" ] = Inf.BaseName
142 Macro["MODULE_GUID" ] = Inf.Guid
143 Macro["MODULE_VERSION" ] = Inf.Version
144 Macro["MODULE_TYPE" ] = Inf.ModuleType
150 Macro["BASE_NAME" ] = Inf.BaseName
174 RuleObject = BuildRuleDatabase[Type, Inf.BuildType, Arch, GenFdsGlobalVariable.BuildRuleFamily]
177 if Inf.ModuleType != Inf.BuildType:
    [all...]
DepexSection.py 46 for Inf in GenFdsGlobalVariable.FdfParser.Profile.InfList:
47 ModuleFile = PathClass(Inf, GenFdsGlobalVariable.WorkSpaceDir)
  /external/elfutils/tests/
run-readelf-z.sh 27 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
49 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
72 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
94 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
117 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
139 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
162 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
184 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
run-strip-remove-keep.sh 38 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
73 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
124 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
160 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
213 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
248 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
292 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
327 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
370 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
406 [Nr] Name Type Addr Off Size ES Flags Lk Inf A
    [all...]
  /external/flatbuffers/src/
code_generators.cpp 172 if (std::isinf(v)) return Inf(v);
220 std::string TypedFloatConstantGenerator::Inf(double v) const {
235 std::string TypedFloatConstantGenerator::Inf(float v) const {
257 std::string SimpleFloatConstantGenerator::Inf(double v) const {
271 std::string SimpleFloatConstantGenerator::Inf(float v) const {
272 return this->Inf(static_cast<double>(v));
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
jsonfloat.go 47 ff = math.Inf(1)
49 ff = math.Inf(-1)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 2 # This file is used to parse INF file of EDK project
28 # This class defined basic INF object which is used by inheriting
36 # @param Filename: INF file name
38 # @param SourceFileList: A list for all source file belonging this INF file
54 # Load Inf file if filename is not None
65 # Load INF file and insert a record in database
68 # @param Filename: Input value for filename of Inf file
104 # Parse INF file and get sections information
107 # @param Lines: contents of INF file
109 # @param Filename: file name of INF file
    [all...]
Report.py 206 select DISTINCT BelongsToFile from Inf
209 Inf = ModuleSet[0][0].replace(EotGlobalData.gMACRO['WORKSPACE'], '.')
225 </tr>""" % ('Callback', Inf, Function, Address)
244 # Hard code for Binary INF
255 SqlCommand = """select Value2 from Inf
256 where BelongsToFile = (select BelongsToFile from Inf where Value1 = 'FILE_GUID' and lower(Value2) = lower('%s') and Model = %s)
263 where ID = (select BelongsToFile from Inf where Value1 = 'FILE_GUID' and lower(Value2) = lower('%s') and Model = %s)
306 (select Value1 from Inf where BelongsToFile =
307 (select BelongsToFile from Inf
339 (select Value1 from Inf where BelongsToFile =
    [all...]
  /external/speex/libspeexdsp/
echo_diagnostic.m 11 rec=fread(F,Inf,'short');
14 play=fread(F,Inf,'short');
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 399 # This class is used to parse active platform to init all inf/dec/dsc files
428 # @var UnFoundPcdInDsc: To store values for the pcds defined in INF/DEC but not found in DSC, it is a set structure as
496 # Get all inf files
721 for Inf in self.InfDatabase.keys():
722 Module = self.InfDatabase[Inf].Module
725 if not self.IsModuleDefinedInPlatform(Inf, Arch, InfList) or Arch not in Module.Header:
734 Pb.DescFilePath = Inf
737 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of module %s is not defined for arch %s" % (Inf, Arch))
    [all...]
  /external/flatbuffers/tests/
generate_code.bat 28 @echo monster_extra.fbs skipped (the strtod function from MSVC2013 or older doesn't support NaN/Inf arguments)
  /external/golang-protobuf/protoc-gen-go/testdata/imports/fmt/
m.pb.go 15 var _ = math.Inf
  /external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/
m2.pb.go 15 var _ = math.Inf
  /external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_2/
m3.pb.go 15 var _ = math.Inf
m4.pb.go 15 var _ = math.Inf
  /external/golang-protobuf/protoc-gen-go/testdata/imports/test_b_1/
m1.pb.go 15 var _ = math.Inf
m2.pb.go 15 var _ = math.Inf
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 601 constexpr static BaseType Inf = ~0; /// Force regalloc to give a register
603 constexpr static BaseType Max = Inf - 1; /// Max natural weight.
605 if (Delta == Inf)
606 Weight = Inf;
607 else if (Weight != Inf)
608 if (Utils::add_overflow(Weight, Delta, &Weight) || Weight == Inf)
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/extension_extra/
extension_extra.pb.go 15 var _ = math.Inf
  /external/golang-protobuf/protoc-gen-go/testdata/import_public/
b.pb.go 16 var _ = math.Inf

Completed in 1656 milliseconds

1 2 3 4