Home
last modified time | relevance | path

Searched defs:scl (Results 1 – 25 of 1716) sorted by relevance

12345678910>>...69

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/recalibration/covariates/
H A DStandardCovariateListUnitTest.java23 StandardCovariateList scl = makeCovariateList(); in testSize() local
29 StandardCovariateList scl = makeCovariateList(); in testCovariateNames() local
35 StandardCovariateList scl = makeCovariateList(); in testIterator() local
41 StandardCovariateList scl = makeCovariateList(); in testGetCovariates() local
51 StandardCovariateList scl = makeCovariateList(); in testGetCovariatesByIndex() local
60 StandardCovariateList scl = makeCovariateList(); in testGetCovariatesByIndexInvalid() local
66 StandardCovariateList scl = makeCovariateList(); in testGetCovariatesByIndexClass() local
100 StandardCovariateList scl = makeCovariateList(); in testGetCovariatesByParsedName() local
110 StandardCovariateList scl = makeCovariateList(); in testCovariateInitialize() local
/dports/x11/runner/runner-1.1/src/worker/
H A Dgrouphash.h28 struct scl {char*name; argument
31 struct scl *next;}; argument
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dgrouphash.h28 struct scl {char*name; argument
31 struct scl *next;}; argument
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/rev_b/
H A Di2c.c32 static bool _i2c_start_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in _i2c_start_ex()
78 static bool _i2c_stop_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in _i2c_stop_ex()
193 static void _i2c_abort_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in _i2c_abort_ex()
222 static bool _i2c_write_byte_ex(io_pin_t sda, io_pin_t scl, uint8_t value, bool pull_up) in _i2c_write_byte_ex()
339 static bool _i2c_read_byte_ex(io_pin_t sda, io_pin_t scl, uint8_t* value, bool pull_up) in _i2c_read_byte_ex()
456 bool i2c_write_ex(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t value, bool pu… in i2c_write_ex()
478 bool i2c_write(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t value) in i2c_write()
483 bool i2c_read_ex(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t* value, bool pu… in i2c_read_ex()
505 bool i2c_read(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t* value) in i2c_read()
510 void i2c_init_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in i2c_init_ex()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/rev_c/
H A Di2c.c32 static bool _i2c_start_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in _i2c_start_ex()
78 static bool _i2c_stop_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in _i2c_stop_ex()
193 static void _i2c_abort_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in _i2c_abort_ex()
222 static bool _i2c_write_byte_ex(io_pin_t sda, io_pin_t scl, uint8_t value, bool pull_up) in _i2c_write_byte_ex()
339 static bool _i2c_read_byte_ex(io_pin_t sda, io_pin_t scl, uint8_t* value, bool pull_up) in _i2c_read_byte_ex()
456 bool i2c_write_ex(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t value, bool pu… in i2c_write_ex()
478 bool i2c_write(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t value) in i2c_write()
483 bool i2c_read_ex(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t* value, bool pu… in i2c_read_ex()
505 bool i2c_read(io_pin_t sda, io_pin_t scl, uint8_t addr, uint8_t subaddr, uint8_t* value) in i2c_read()
510 void i2c_init_ex(io_pin_t sda, io_pin_t scl, bool pull_up) in i2c_init_ex()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/i2c/
H A Di2c-gpio.c50 static void i2c_gpio_scl_set(struct gpio_desc *scl, int bit) in i2c_gpio_scl_set()
59 static void i2c_gpio_write_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_write_bit()
70 static int i2c_gpio_read_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_read_bit()
86 static void i2c_gpio_send_start(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_start()
99 static void i2c_gpio_send_stop(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_stop()
113 static void i2c_gpio_send_ack(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_ack()
138 static void i2c_gpio_sda_high(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_sda_high()
207 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_write_data() local
240 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_read_data() local
280 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_probe() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/i2c/
H A Di2c-gpio.c50 static void i2c_gpio_scl_set(struct gpio_desc *scl, int bit) in i2c_gpio_scl_set()
59 static void i2c_gpio_write_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_write_bit()
70 static int i2c_gpio_read_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_read_bit()
86 static void i2c_gpio_send_start(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_start()
99 static void i2c_gpio_send_stop(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_stop()
113 static void i2c_gpio_send_ack(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_ack()
138 static void i2c_gpio_sda_high(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_sda_high()
207 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_write_data() local
240 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_read_data() local
280 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_probe() local
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/i2c/
H A Di2c-gpio.c50 static void i2c_gpio_scl_set(struct gpio_desc *scl, int bit) in i2c_gpio_scl_set()
59 static void i2c_gpio_write_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_write_bit()
70 static int i2c_gpio_read_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_read_bit()
86 static void i2c_gpio_send_start(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_start()
99 static void i2c_gpio_send_stop(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_stop()
113 static void i2c_gpio_send_ack(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_ack()
138 static void i2c_gpio_sda_high(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_sda_high()
207 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_write_data() local
240 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_read_data() local
280 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_probe() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/i2c/
H A Di2c-gpio.c50 static void i2c_gpio_scl_set(struct gpio_desc *scl, int bit) in i2c_gpio_scl_set()
59 static void i2c_gpio_write_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_write_bit()
70 static int i2c_gpio_read_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_read_bit()
86 static void i2c_gpio_send_start(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_start()
99 static void i2c_gpio_send_stop(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_stop()
113 static void i2c_gpio_send_ack(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_ack()
138 static void i2c_gpio_sda_high(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_sda_high()
207 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_write_data() local
240 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_read_data() local
280 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_probe() local
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/i2c/
H A Di2c-gpio.c50 static void i2c_gpio_scl_set(struct gpio_desc *scl, int bit) in i2c_gpio_scl_set()
59 static void i2c_gpio_write_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_write_bit()
70 static int i2c_gpio_read_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_read_bit()
86 static void i2c_gpio_send_start(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_start()
99 static void i2c_gpio_send_stop(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_stop()
113 static void i2c_gpio_send_ack(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_ack()
138 static void i2c_gpio_sda_high(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_sda_high()
207 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_write_data() local
240 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_read_data() local
280 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_probe() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/i2c/
H A Di2c-gpio.c50 static void i2c_gpio_scl_set(struct gpio_desc *scl, int bit) in i2c_gpio_scl_set()
59 static void i2c_gpio_write_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_write_bit()
70 static int i2c_gpio_read_bit(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_read_bit()
86 static void i2c_gpio_send_start(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_start()
99 static void i2c_gpio_send_stop(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_stop()
113 static void i2c_gpio_send_ack(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_send_ack()
138 static void i2c_gpio_sda_high(struct gpio_desc *scl, struct gpio_desc *sda, in i2c_gpio_sda_high()
207 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_write_data() local
240 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_read_data() local
280 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_probe() local
[all …]
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A DgfGenCode.py120 def ScalarSuffix(scl): argument
126 def VecName(dim, scl): argument
129 def Eps(scl): argument
156 def RngName(dim, scl): argument
159 def MinMaxType(dim, scl): argument
162 def MinMaxParm(dim, scl): argument
187 def QuatName(scl): argument
208 def MatrixName(dim, scl): argument
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathMatrixAlgo.h371 Vec3<T> scl; in sansScaling() local
393 Vec3<T> scl; in removeScaling() local
428 Vec3<T> scl; in sansScalingAndShear() local
443 Vec3<T> scl; in sansScalingAndShear() local
455 Vec3<T> scl; in removeScalingAndShear() local
786 checkForZeroScaleInRow (const T& scl, in checkForZeroScaleInRow()
1066 Vec2<T> scl; in sansScaling() local
1088 Vec2<T> scl; in removeScaling() local
1122 Vec2<T> scl; in sansScalingAndShear() local
1137 Vec2<T> scl; in removeScalingAndShear() local
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathMatrixAlgo.h371 Vec3<T> scl; in sansScaling() local
393 Vec3<T> scl; in removeScaling() local
428 Vec3<T> scl; in sansScalingAndShear() local
443 Vec3<T> scl; in sansScalingAndShear() local
455 Vec3<T> scl; in removeScalingAndShear() local
786 checkForZeroScaleInRow (const T& scl, in checkForZeroScaleInRow()
1066 Vec2<T> scl; in sansScaling() local
1088 Vec2<T> scl; in removeScaling() local
1122 Vec2<T> scl; in sansScalingAndShear() local
1137 Vec2<T> scl; in removeScalingAndShear() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathMatrixAlgo.h371 Vec3<T> scl; in sansScaling() local
393 Vec3<T> scl; in removeScaling() local
428 Vec3<T> scl; in sansScalingAndShear() local
443 Vec3<T> scl; in sansScalingAndShear() local
455 Vec3<T> scl; in removeScalingAndShear() local
786 checkForZeroScaleInRow (const T& scl, in checkForZeroScaleInRow()
1066 Vec2<T> scl; in sansScaling() local
1088 Vec2<T> scl; in removeScaling() local
1122 Vec2<T> scl; in sansScalingAndShear() local
1137 Vec2<T> scl; in removeScalingAndShear() local
[all …]
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathMatrixAlgo.h419 extractScaling (const Matrix44<T>& mat, Vec3<T>& scl, bool exc) in extractScaling()
434 Vec3<T> scl; in sansScaling() local
455 Vec3<T> scl; in removeScaling() local
487 Vec3<T> scl; in sansScalingAndShear() local
501 Vec3<T> scl; in sansScalingAndShear() local
512 Vec3<T> scl; in removeScalingAndShear() local
1089 extractScaling (const Matrix33<T>& mat, Vec2<T>& scl, bool exc) in extractScaling()
1104 Vec2<T> scl; in sansScaling() local
1125 Vec2<T> scl; in removeScaling() local
1157 Vec2<T> scl; in sansScalingAndShear() local
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/lib/
H A Dfmdet_cf_impl.cc35 fmdet_cf::make(float samplerate, float freq_low, float freq_high, float scl) in make()
41 fmdet_cf_impl::fmdet_cf_impl(float samplerate, float freq_low, float freq_high, float scl) in fmdet_cf_impl()
58 void fmdet_cf_impl::set_scale(float scl) in set_scale()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/module/customfs/
H A DModulesInCustomFileSystem.java88 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testJarFileSystem() local
89 try (FileSystem fs = FileSystems.newFileSystem(jar, scl)) { in testJarFileSystem() argument
122 ClassLoader scl = ClassLoader.getSystemClassLoader(); in loadAndRunModule() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/module/customfs/
H A DModulesInCustomFileSystem.java91 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testJarFileSystem() local
92 try (FileSystem fs = FileSystems.newFileSystem(jar, scl)) { in testJarFileSystem() argument
125 ClassLoader scl = ClassLoader.getSystemClassLoader(); in loadAndRunModule() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/module/customfs/
H A DModulesInCustomFileSystem.java88 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testJarFileSystem() local
89 try (FileSystem fs = FileSystems.newFileSystem(jar, scl)) { in testJarFileSystem() argument
122 ClassLoader scl = ClassLoader.getSystemClassLoader(); in loadAndRunModule() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/module/customfs/
H A DModulesInCustomFileSystem.java91 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testJarFileSystem() local
92 try (FileSystem fs = FileSystems.newFileSystem(jar, scl)) { in testJarFileSystem() argument
125 ClassLoader scl = ClassLoader.getSystemClassLoader(); in loadAndRunModule() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/ModuleLayer/automatic/
H A DAutomaticModulesTest.java92 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testOneLoader() local
110 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testManyLoaders() local
121 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testAutomaticModuleInParent() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/ModuleLayer/automatic/
H A DAutomaticModulesTest.java91 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testOneLoader() local
109 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testManyLoaders() local
120 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testAutomaticModuleInParent() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/ModuleLayer/automatic/
H A DAutomaticModulesTest.java92 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testOneLoader() local
110 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testManyLoaders() local
121 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testAutomaticModuleInParent() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/ModuleLayer/automatic/
H A DAutomaticModulesTest.java91 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testOneLoader() local
109 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testManyLoaders() local
120 ClassLoader scl = ClassLoader.getSystemClassLoader(); in testAutomaticModuleInParent() local

12345678910>>...69