Home
last modified time | relevance | path

Searched defs:result_array (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bocl/tests/
H A Dtest_global_io_bandwidth.cxx25 auto * result_array=(cl_int*)mgr.result_array(); in test_atom_cmpxchg() local
47 cl_float * result_array=mgr.result_array(); in test_locking_mechanism() local
77 cl_float * result_array=mgr.result_array(); in test_single_thread_read_bandwidth_image() local
114 cl_float * result_array=mgr.result_array(); in test_workgroup_coalesced_read_bandwidth_image() local
149 cl_float * result_array=mgr.result_array(); in test_single_thread_read_bandwidth() local
182 cl_float * result_array=mgr.result_array(); in test_workgroup_uncoalesced_read_bandwidth() local
219 cl_float * result_array=mgr.result_array(); in test_workgroup_coalesced_read_bandwidth() local
254 cl_float * result_array=mgr.result_array(); in test_single_thread_read_bandwidth_local_meory() local
291 cl_float * result_array=mgr.result_array(); in test_workgroup_uncoalesced_read_bandwidth_local_meory() local
326 cl_float * result_array=mgr.result_array(); in test_workgroup_coalesced_read_bandwidth_local_memory() local
[all …]
/dports/security/py-pyvex/pyvex-9.0.5405/vex/priv/
H A Ds390_defs.h26 The GNU General Public License is contained in the file COPYING. in extract_uint()
27 */ in extract_uint()
51 S390_CC_ALWAYS = 15 in extract_uint()
52 } s390_cc_t; in extract_uint()
77 /* BFP Rounding mode as it is encoded in bits [29:31] of the FPC register. in extract_si64()
101 S390_DFP_ROUND_NEAREST_EVEN_8 = 8, in extract_bool()
/dports/net/wireshark/wireshark-3.6.1/plugins/epan/transum/
H A Dextractors.c25 int extract_uint(proto_tree *tree, int field_id, guint32 *result_array, size_t *element_count) in extract_uint()
50 int extract_ui64(proto_tree *tree, int field_id, guint64 *result_array, size_t *element_count) in extract_ui64()
75 int extract_si64(proto_tree *tree, int field_id, guint64 *result_array, size_t *element_count) in extract_si64()
100 int extract_bool(proto_tree *tree, int field_id, gboolean *result_array, size_t *element_count) in extract_bool()
/dports/net/tshark-lite/wireshark-3.6.1/plugins/epan/transum/
H A Dextractors.c25 int extract_uint(proto_tree *tree, int field_id, guint32 *result_array, size_t *element_count) in extract_uint()
50 int extract_ui64(proto_tree *tree, int field_id, guint64 *result_array, size_t *element_count) in extract_ui64()
75 int extract_si64(proto_tree *tree, int field_id, guint64 *result_array, size_t *element_count) in extract_si64()
100 int extract_bool(proto_tree *tree, int field_id, gboolean *result_array, size_t *element_count) in extract_bool()
/dports/net/tshark/wireshark-3.6.1/plugins/epan/transum/
H A Dextractors.c25 int extract_uint(proto_tree *tree, int field_id, guint32 *result_array, size_t *element_count) in extract_uint()
50 int extract_ui64(proto_tree *tree, int field_id, guint64 *result_array, size_t *element_count) in extract_ui64()
75 int extract_si64(proto_tree *tree, int field_id, guint64 *result_array, size_t *element_count) in extract_si64()
100 int extract_bool(proto_tree *tree, int field_id, gboolean *result_array, size_t *element_count) in extract_bool()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/operation/integria_incidents/
H A Dincident.php95 $result_array = incidents_xml_to_array($result); variable
122 $result_array = incidents_xml_to_array($result); variable
152 $result_array = incidents_xml_to_array($result); variable
189 $result_array = incidents_xml_to_array($result); variable
207 $result_array = incidents_xml_to_array($result); variable
234 $result_array = incidents_xml_to_array($result); variable
/dports/www/fusionpbx/fusionpbx-4.4.1/app/conferences_active/
H A Dconference_exec.php118 $result_array = explode("=",$switch_result); variable
127 $result_array = explode("=",$switch_result); variable
136 $result_array = explode("=",$switch_result); variable
/dports/math/gsl/gsl-2.7/specfunc/
H A Dhermite.c530 gsl_sf_hermite_prob_array(const int nmax, const double x, double * result_array) in gsl_sf_hermite_prob_array()
590 gsl_sf_hermite_prob_array_deriv(const int m, const int nmax, const double x, double * result_array) in gsl_sf_hermite_prob_array_deriv()
794 gsl_sf_hermite_array(const int nmax, const double x, double * result_array) in gsl_sf_hermite_array()
852 gsl_sf_hermite_array_deriv(const int m, const int nmax, const double x, double * result_array) in gsl_sf_hermite_array_deriv()
925 gsl_sf_hermite_deriv_array(const int mmax, const int n, const double x, double * result_array) in gsl_sf_hermite_deriv_array()
1057 gsl_sf_hermite_func_array(const int nmax, const double x, double * result_array) in gsl_sf_hermite_func_array()
1756 gsl_sf_hermite_phys_array(const int nmax, const double x, double * result_array) in gsl_sf_hermite_phys_array()
1774 gsl_sf_hermite_phys_array_der(const int m, const int nmax, const double x, double * result_array) in gsl_sf_hermite_phys_array_der()
1780 gsl_sf_hermite_phys_der_array(const int mmax, const int n, const double x, double * result_array) in gsl_sf_hermite_phys_der_array()
1798 gsl_sf_hermite_prob_array_der(const int m, const int nmax, const double x, double * result_array) in gsl_sf_hermite_prob_array_der()
[all …]
H A Dlegendre_poly.c205 gsl_sf_legendre_Pl_array(const int lmax, const double x, double * result_array) in gsl_sf_legendre_Pl_array()
245 gsl_sf_legendre_Pl_deriv_array(const int lmax, const double x, double * result_array, double * resu… in gsl_sf_legendre_Pl_deriv_array()
455 gsl_sf_legendre_Plm_array(const int lmax, const int m, const double x, double * result_array) in gsl_sf_legendre_Plm_array()
518 double * result_array, in gsl_sf_legendre_Plm_deriv_array()
594 gsl_sf_legendre_sphPlm_array(const int lmax, int m, const double x, double * result_array) in gsl_sf_legendre_sphPlm_array()
665 double * result_array, in gsl_sf_legendre_sphPlm_deriv_array()
H A Dmathieu_angfunc.c198 double result_array[]) in gsl_sf_mathieu_ce_array()
274 double result_array[]) in gsl_sf_mathieu_se_array()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__legendre_poly.c205 gsl_sf_legendre_Pl_array(const int lmax, const double x, double * result_array) in gsl_sf_legendre_Pl_array()
245 gsl_sf_legendre_Pl_deriv_array(const int lmax, const double x, double * result_array, double * resu… in gsl_sf_legendre_Pl_deriv_array()
362 gsl_sf_legendre_Plm_array(const int lmax, const int m, const double x, double * result_array) in gsl_sf_legendre_Plm_array()
426 double * result_array, in gsl_sf_legendre_Plm_deriv_array()
597 gsl_sf_legendre_sphPlm_array(const int lmax, int m, const double x, double * result_array) in gsl_sf_legendre_sphPlm_array()
668 double * result_array, in gsl_sf_legendre_sphPlm_deriv_array()
H A Dgsl_specfunc__mathieu_angfunc.c198 double result_array[]) in gsl_sf_mathieu_ce_array()
274 double result_array[]) in gsl_sf_mathieu_se_array()
/dports/www/ilias/ILIAS-5.4.25/tests/Transformation/Transformations/
H A DAddLabelTest.php16 protected static $result_array = array("A" => 1, "B" => 2, "C" => 3); variable in AddLabelTest
/dports/www/moodle310/moodle/analytics/classes/local/analysis/
H A Dresult_array.php36 class result_array extends result { class
/dports/www/moodle39/moodle/analytics/classes/local/analysis/
H A Dresult_array.php36 class result_array extends result { class
/dports/www/moodle311/moodle/analytics/classes/local/analysis/
H A Dresult_array.php36 class result_array extends result { class
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/database/
H A DDB_result.php72 public $result_array = array(); variable in CI_DB_result
274 public function result_array() function in CI_DB_result
/dports/www/codeigniter/CodeIgniter-3.1.11/system/database/
H A DDB_result.php72 public $result_array = array(); variable in CI_DB_result
274 public function result_array() function in CI_DB_result
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dboost_rrdupdate.php62 $result_array = explode("\n", $result); variable
/dports/www/ilias6/ILIAS-6.14/tests/Refinery/Container/Transformation/
H A DAddLabelTest.php17 protected static $result_array = array("A" => 1, "B" => 2, "C" => 3); variable in AddLabelTest
/dports/devel/cdash/CDash-2-2-3/ajax/
H A Dshowtestfailuregraph.php73 $result_array = pdo_fetch_array($result); variable
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestServiceGUI.php352 …public function getPassListOfAnswers(&$result_array, $active_id, $pass, $show_solutions = false, $…
466 …public function getPassListOfAnswersWithScoring(&$result_array, $active_id, $pass, $show_solutions…
541 …protected function getPassDetailsOverviewTableGUI($result_array, $active_id, $pass, $targetGUI, $t…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.http_dav_client.inc.php190 function process_tree(&$element, &$result_array)
228 function process_properties($element, &$result_array)
361 function process_verbatim($element, &$result_array)
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestServiceGUI.php353 …public function getPassListOfAnswers(&$result_array, $active_id, $pass, $show_solutions = false, $…
467 …public function getPassListOfAnswersWithScoring(&$result_array, $active_id, $pass, $show_solutions…
542 …protected function getPassDetailsOverviewTableGUI($result_array, $active_id, $pass, $targetGUI, $t…
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/jni/qt-peer/
H A Dqmatrix.cpp68 jdoubleArray result_array; in Java_gnu_java_awt_peer_qt_QMatrix_getMatrix() local

12345678910